home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / inmeas.dxr / Internal_71_movie script.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  789 b   |  35 lines

  1. on prepareMovie
  2.   DmFadePackReg("64464")
  3.   DmFadePackReg("40733")
  4.   initPresentation()
  5.   repeat with i = 50 to 54
  6.     set the visible of sprite i to 1
  7.   end repeat
  8.   repeat with i = 100 to 110
  9.     set the visible of sprite i to 0
  10.     set the visible of sprite 112 to 0
  11.     set the visible of sprite 113 to 0
  12.   end repeat
  13.   updateStage()
  14. end
  15.  
  16. on startMovie
  17.   global floatMenu, forSplit, Zed
  18.   set forSplit to 0
  19.   Zed()
  20. end
  21.  
  22. on Zed
  23.   set the windowType of window "Z" to 2
  24.   set the titleVisible of window "Z" to 0
  25.   set the rect of window "Z" to the drawRect of window "Z" + rect(the stageLeft + 619, the stageTop + 458, the stageLeft + 619, the stageTop + 458)
  26.   open(window "Z")
  27. end
  28.  
  29. on stopMovie
  30.   global floatMenu
  31.   if objectp(floatMenu) then
  32.     forget(window "floatMenu")
  33.   end if
  34. end
  35.